func go.pact.im/x/goupdate.modulesNotInSet

3 uses

	go.pact.im/x/goupdate (current package)
		diff.go#L83: 	added := modulesNotInSet(final.Modules, prev.ModuleByPath)
		diff.go#L84: 	removed := modulesNotInSet(prev.Modules, final.ModuleByPath)
		packages.go#L153: func modulesNotInSet(modules []packages.Module, moduleByPath map[string]packages.Module) []packages.Module {